[INFO] fetching crate facet-path 0.50.0-rc.1...
[INFO] fixing facet-path-0.50.0-rc.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-path 0.50.0-rc.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate facet-path 0.50.0-rc.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-path 0.50.0-rc.1
[INFO] tweaked toml for crates.io crate facet-path 0.50.0-rc.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-path 0.50.0-rc.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-path 0.50.0-rc.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded insta v1.48.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a
[INFO] running `Command { std: "docker" "start" "aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.1
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking facet-path v0.50.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/walk.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/path_formatting.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/walk.rs:373:11
[INFO] [stdout]     |
[INFO] [stdout] 373 |         #[facet(recursive_type)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]  --> tests/path_formatting.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     facet_testhelpers::setup();
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/walk.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_simple_field_path::Config` in the current scope
[INFO] [stdout]   --> tests/path_formatting.rs:18:38
[INFO] [stdout]    |
[INFO] [stdout] 12 |     struct Config {
[INFO] [stdout]    |     ------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     let mut path = Path::new(Config::SHAPE);
[INFO] [stdout]    |                                      ^^^^^ associated function or constant not found in `test_simple_field_path::Config`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Point` in the current scope
[INFO] [stdout]   --> tests/walk.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |     struct Point {
[INFO] [stdout]    |     ------------ associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 63 |     let status = walk_shape(Point::SHAPE, &mut v);
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `Point`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/path_formatting.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Outer` in the current scope
[INFO] [stdout]   --> tests/path_formatting.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |     struct Outer {
[INFO] [stdout]    |     ------------ associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     let mut path = Path::new(Outer::SHAPE);
[INFO] [stdout]    |                                     ^^^^^ associated function or constant not found in `Outer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/walk.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/path_formatting.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Outer` in the current scope
[INFO] [stdout]   --> tests/walk.rs:86:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |     struct Outer {
[INFO] [stdout]    |     ------------ associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |     let status = walk_shape(Outer::SHAPE, &mut v);
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `Outer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Container` in the current scope
[INFO] [stdout]   --> tests/path_formatting.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 62 |     struct Container {
[INFO] [stdout]    |     ---------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     let mut path = Path::new(Container::SHAPE);
[INFO] [stdout]    |                                         ^^^^^ associated function or constant not found in `Container`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/walk.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/path_formatting.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_walk_unit_struct::Unit` in the current scope
[INFO] [stdout]    --> tests/walk.rs:100:35
[INFO] [stdout]     |
[INFO] [stdout]  97 |     struct Unit;
[INFO] [stdout]     |     ----------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 100 |     let status = walk_shape(Unit::SHAPE, &mut v);
[INFO] [stdout]     |                                   ^^^^^ associated function or constant not found in `test_walk_unit_struct::Unit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_option_path::Config` in the current scope
[INFO] [stdout]   --> tests/path_formatting.rs:86:38
[INFO] [stdout]    |
[INFO] [stdout] 81 |     struct Config {
[INFO] [stdout]    |     ------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |     let mut path = Path::new(Config::SHAPE);
[INFO] [stdout]    |                                      ^^^^^ associated function or constant not found in `test_option_path::Config`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Pair` in the current scope
[INFO] [stdout]    --> tests/walk.rs:114:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |     struct Pair(u32, String);
[INFO] [stdout]     |     ----------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 114 |     let status = walk_shape(Pair::SHAPE, &mut v);
[INFO] [stdout]     |                                   ^^^^^ associated function or constant not found in `Pair`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]   --> tests/path_formatting.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     facet_testhelpers::setup();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `SHAPE` found for enum `Message` in the current scope
[INFO] [stdout]    --> tests/walk.rs:137:38
[INFO] [stdout]     |
[INFO] [stdout] 130 |     enum Message {
[INFO] [stdout]     |     ------------ variant, associated function, or constant `SHAPE` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 137 |     let status = walk_shape(Message::SHAPE, &mut v);
[INFO] [stdout]     |                                      ^^^^^ variant, associated function, or constant not found in `Message`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `SHAPE` found for enum `Message` in the current scope
[INFO] [stdout]    --> tests/path_formatting.rs:106:39
[INFO] [stdout]     |
[INFO] [stdout] 101 |     enum Message {
[INFO] [stdout]     |     ------------ variant, associated function, or constant `SHAPE` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 106 |     let mut path = Path::new(Message::SHAPE);
[INFO] [stdout]     |                                       ^^^^^ variant, associated function, or constant not found in `Message`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/path_formatting.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `SHAPE` found for enum `Packet` in the current scope
[INFO] [stdout]    --> tests/walk.rs:162:37
[INFO] [stdout]     |
[INFO] [stdout] 155 |     enum Packet {
[INFO] [stdout]     |     ----------- variant, associated function, or constant `SHAPE` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 162 |     let status = walk_shape(Packet::SHAPE, &mut v);
[INFO] [stdout]     |                                     ^^^^^ variant, associated function, or constant not found in `Packet`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:173:5
[INFO] [stdout]     |
[INFO] [stdout] 173 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_map_path::Config` in the current scope
[INFO] [stdout]    --> tests/path_formatting.rs:126:38
[INFO] [stdout]     |
[INFO] [stdout] 122 |     struct Config {
[INFO] [stdout]     |     ------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 126 |     let mut path = Path::new(Config::SHAPE);
[INFO] [stdout]     |                                      ^^^^^ associated function or constant not found in `test_map_path::Config`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Container` in the current scope
[INFO] [stdout]    --> tests/walk.rs:188:40
[INFO] [stdout]     |
[INFO] [stdout] 183 |     struct Container {
[INFO] [stdout]     |     ---------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 188 |     let status = walk_shape(Container::SHAPE, &mut v);
[INFO] [stdout]     |                                        ^^^^^ associated function or constant not found in `Container`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_map_path::Config` in the current scope
[INFO] [stdout]    --> tests/path_formatting.rs:133:38
[INFO] [stdout]     |
[INFO] [stdout] 122 |     struct Config {
[INFO] [stdout]     |     ------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 133 |     let mut path = Path::new(Config::SHAPE);
[INFO] [stdout]     |                                      ^^^^^ associated function or constant not found in `test_map_path::Config`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Config` in the current scope
[INFO] [stdout]    --> tests/walk.rs:204:37
[INFO] [stdout]     |
[INFO] [stdout] 199 |     struct Config {
[INFO] [stdout]     |     ------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 204 |     let status = walk_shape(Config::SHAPE, &mut v);
[INFO] [stdout]     |                                     ^^^^^ associated function or constant not found in `Config`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/path_formatting.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 211 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `MaybeNamed` in the current scope
[INFO] [stdout]    --> tests/walk.rs:220:41
[INFO] [stdout]     |
[INFO] [stdout] 215 |     struct MaybeNamed {
[INFO] [stdout]     |     ----------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 220 |     let status = walk_shape(MaybeNamed::SHAPE, &mut v);
[INFO] [stdout]     |                                         ^^^^^ associated function or constant not found in `MaybeNamed`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_empty_path::Config` in the current scope
[INFO] [stdout]    --> tests/path_formatting.rs:151:34
[INFO] [stdout]     |
[INFO] [stdout] 147 |     struct Config {
[INFO] [stdout]     |     ------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 151 |     let path = Path::new(Config::SHAPE);
[INFO] [stdout]     |                                  ^^^^^ associated function or constant not found in `test_empty_path::Config`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 264 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_skip_children::Top` in the current scope
[INFO] [stdout]    --> tests/walk.rs:291:34
[INFO] [stdout]     |
[INFO] [stdout] 280 |     struct Top {
[INFO] [stdout]     |     ---------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 291 |     let status = walk_shape(Top::SHAPE, &mut v);
[INFO] [stdout]     |                                  ^^^^^ associated function or constant not found in `test_skip_children::Top`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:335:5
[INFO] [stdout]     |
[INFO] [stdout] 335 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `test_stop::Top` in the current scope
[INFO] [stdout]    --> tests/walk.rs:356:34
[INFO] [stdout]     |
[INFO] [stdout] 345 |     struct Top {
[INFO] [stdout]     |     ---------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 356 |     let status = walk_shape(Top::SHAPE, &mut v);
[INFO] [stdout]     |                                  ^^^^^ associated function or constant not found in `test_stop::Top`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:367:5
[INFO] [stdout]     |
[INFO] [stdout] 367 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `TreeNode` in the current scope
[INFO] [stdout]    --> tests/walk.rs:378:39
[INFO] [stdout]     |
[INFO] [stdout] 371 |     struct TreeNode {
[INFO] [stdout]     |     --------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 378 |     let status = walk_shape(TreeNode::SHAPE, &mut v);
[INFO] [stdout]     |                                       ^^^^^ associated function or constant not found in `TreeNode`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:389:5
[INFO] [stdout]     |
[INFO] [stdout] 389 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Ordered` in the current scope
[INFO] [stdout]    --> tests/walk.rs:402:25
[INFO] [stdout]     |
[INFO] [stdout] 393 |     struct Ordered {
[INFO] [stdout]     |     -------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 402 |     walk_shape(Ordered::SHAPE, &mut v1);
[INFO] [stdout]     |                         ^^^^^ associated function or constant not found in `Ordered`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `Ordered` in the current scope
[INFO] [stdout]    --> tests/walk.rs:404:25
[INFO] [stdout]     |
[INFO] [stdout] 393 |     struct Ordered {
[INFO] [stdout]     |     -------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 404 |     walk_shape(Ordered::SHAPE, &mut v2);
[INFO] [stdout]     |                         ^^^^^ associated function or constant not found in `Ordered`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-path` (test "path_formatting") due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `facet_testhelpers` in this scope
[INFO] [stdout]    --> tests/walk.rs:415:5
[INFO] [stdout]     |
[INFO] [stdout] 415 |     facet_testhelpers::setup();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-path` (test "walk") due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a", kill_on_drop: false }`
[INFO] [stdout] aa914b6c0fc212293a9b149ad044e9e753eba70bd9df0cdfc4a58616693d7b3a
